home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / snap501.zip / SNAP.MSG < prev    next >
Text File  |  1992-04-08  |  29KB  |  921 lines

  1. *******************************************************************************
  2. * Please don't fool with this file, or you will spoil the whole wretched mess.*
  3. * An extra carriage return will make the entire program unusable.             *
  4. *******************************************************************************
  5. * YOU CANNOT EDIT THIS FILE WITH AN EDITOR THAT REMOVES TRAILING BLANKS!      *
  6. *******************************************************************************
  7. * This is the main messages file
  8. * Blank lines are significant
  9. * Spaces are significant
  10. * Comments can begin with an asterisk or double-ampersand
  11. * A double-ampersand comment implies that trailing spaces don't matter
  12. * Messages are grouped into sections
  13. * @1 means "ProgramName" (e.g., SNAP! or FoxDoc)
  14. * @2 is the name corresponding to dBASE II/FoxBASE
  15. * @3 is the name corresponding to dBASE III/FoxBASE+
  16. * @4 is the name corresponding to dBASE IV/FoxPro
  17. * The file is organized into sections:
  18. *   Each section must begin with a string in the format:
  19. *      <section title>
  20. *   Both beginning and ending angle brackets are required.
  21. *   Run MSGDOC to produce a listing showing the section numbers and offsets
  22. *     within each section.
  23. *
  24. *   Key codes match the physical layout of the keyboard:
  25. *      Q  144     I  151       F  161     X  173
  26. *      W  145     O  152       G  162     C  174
  27. *      E  146     P  153       H  163     V  175
  28. *      R  147     A  158       J  164     B  176
  29. *      T  148     S  159       K  165     N  177
  30. *      Y  149     D  160       L  166     M  178
  31. *      U  150                  Z  172
  32. *
  33. ********************************************************************************
  34. <Section 1>
  35. ********************************************************************************
  36. *
  37. Y   && character for "Yes"
  38. N   && character for "No"
  39. Help
  40. *
  41. * This section is for general help--press F1 at greeting screen
  42. *
  43. @1 generates technical documentation for @3 and @4
  44. systems.  At your option, it can produce any combination of:
  45.  
  46.      Program headings showing the programs which call a particular
  47.         program, those which the program calls, and databases
  48.         indexes, format files, report forms and memory files used by
  49.         the program.
  50.      Tree diagram of all programs in the system and the
  51.         programs and databases used by each.
  52.      Summary reports showing database structures, index parameters,
  53.         formats and report forms used, plus a token cross reference.
  54.      Indented program code with keywords capitalized.
  55.      Action diagrams to illustrate program structure
  56.      Batch files for backing up programs and data
  57.      LNK and MAKE files for Clipper
  58.  
  59.  
  60.  
  61. Press space bar to see command line arguments
  62. *
  63. * Command line argument help
  64. *
  65. Help--Command Line Arguments
  66. @1 allows command line arguments to begin with either
  67. a hyphen (-) or a slash (/).
  68.  
  69.   -A          Extra indent before a CASE statement.
  70.   -BW         Black & white.  Disable color.
  71.   -D          Debug mode.  Display source code.
  72.   -Ffilename  Get configuration data from "filename".
  73.   -Lfilename  Get standard link data from "filename".
  74.   -Mfilename  Get macro substitution strings from "filename".
  75.   -N          Do not check for video "snow"
  76.   -O          Omit all macro substitutions.
  77.   -Pdest      Printer port/file (e.g., -Plpt2:)
  78.   -Rnnnn      Reserve nnnn bytes of memory.
  79.   -S          Show reports on screen as they are created.
  80.   -T*:        Use '*:' as Tag for @1 directives.
  81.   -U          Turn off the mouse
  82.   -V          Direct video off.  Slower but more compatible.
  83.   -Wnnn       Hyphens for reports.
  84.   -X          Run @1 without waiting for input.
  85.   -?          Display some help.
  86. Press space bar to continue or F1 for program limits
  87. Maximum program files:
  88. Maximum of each other file type:
  89. Maximum tokens:
  90. Maximum length of a token:
  91. Maximum number of key words:
  92. Maximum length of key word:
  93. Maximum levels of program nesting:
  94. Maximum number of database fields:
  95. Maximum length of filename:
  96. Maximum number of macro definitions:
  97. Maximum number of fields:
  98. Maximum program/data directories:
  99.  
  100.  
  101.  
  102. Press space bar to continue
  103. Limits
  104. *
  105. * Command line error messages start here
  106. *
  107. switch used, but the file could not be found.
  108. -r switch used but no reserved memory specified.
  109. Invalid reserved memory specified.
  110. Syntax is:   @1 -r5000      (to reserve 5000 bytes).
  111. -w switch used but no report width specified.
  112. Syntax is:   @1 -w79   (for width of 79 characters).
  113. Invalid report width specified.
  114. Syntax is:   @1 -w79  (for width of 79 characters).
  115. *
  116. ********************************************************************************
  117. <Section 2 -- System Screen>
  118. ********************************************************************************
  119. *
  120. System Screen
  121. 159
  122. System
  123. Choose system options
  124. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  125. Application name:
  126. Author:
  127. Copyright holder:
  128. Copyright date:
  129. Main program/project filename:
  130. Path for program source code:
  131. Path for data files:
  132. Path for output files:
  133. Path for @1 files:
  134. Main program
  135. not found.;Press Ctrl-C to exit, or any other key to enter a correct filename.
  136. Program file path not found:
  137. Error
  138. Output path is not valid:
  139. The drive is probably invalid.
  140. The main program must be a source code or project file.
  141. *
  142. ********************************************************************************
  143. <Section 3 -- Reports Screen>
  144. ********************************************************************************
  145. *
  146. Report Screen
  147. 147
  148. Reports
  149. Choose documentation reports and filenames
  150. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  151. Write program tree structure?
  152. Write list of files used in system?
  153. Write index file summary?
  154. Write database summary?
  155. Write format file summary?
  156. Write report form summary?
  157. Write procedures summary?
  158. Write label form summary?
  159. Write screen file summary?
  160. Write menu file summary?
  161. Write binary file summary?
  162. Write memory file summary?
  163. Write system statistics?
  164. Write variable cross-reference?
  165. Write other file summary?
  166. Write PLINK86 LNK file?
  167. Write Borland Turbo Link file?
  168. Write Microsoft LINK file?
  169. Write NDMAKE MAKE file?
  170. Prepare batch files for backups?
  171. Filename
  172. *
  173. ********************************************************************************
  174. <Section 4 -- Format Screen>
  175. ********************************************************************************
  176. *
  177. Format and Action Diagrams Options Screen
  178. 161
  179. Format
  180. Choose source code formatting options
  181. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  182.   Create formatted source code files?
  183.      Preserve original date and time?
  184. Write headings for source code files?
  185. Echo all headings to a separate file?
  186.      Filename:
  187.       Token capitalization (U/L/F/N)?    (Up/Low/First/None)
  188.     Keyword capitalization (U/L/F/N)?
  189. Key word filename:
  190. Tabs, spaces or no indenting (T/S/N)?
  191. No. of spaces:
  192.                       Align comments?
  193.        Column:
  194.      Indent procedures and functions?
  195.    Eliminate blank lines from output?
  196.       Eliminate comments from output?
  197.            Keyword expansion (E/C/N)?    (Expand/Compress/None)
  198. Comment control structures (Y/N/R/D)?    (Yes/No/Replace/Delete)
  199.               Create action diagrams?
  200.   File extension for action diagrams?
  201.  Add line numbers to action diagrams?
  202.  Graphics, ASCII or other characters?    (G, A or O)
  203.          Symbols for action diagrams?
  204. You cannot align comments if you use tabs for indenting
  205. *
  206. ********************************************************************************
  207. <Section 5 -- Xref Screen>
  208. ********************************************************************************
  209. *
  210. Xref (Cross-Reference) Options Screen
  211. 173
  212. Xref
  213. Choose cross-reference options
  214. F1-Help    F5-Save Defaults    F6-Read Defaults   F10-Main menu
  215. Cross reference public variables?
  216. Cross-reference other variables and tokens?
  217. Cross-reference @3 key words?
  218. Cross-reference numeric constants?
  219. Cross-reference @2 key words?
  220. Force paging to disk?
  221. Retain sorted page file?
  222. Path for temp